home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / mail / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  1.7 KB  |  38 lines

  1. #! /usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <H1>Electronic Mail</H1>
  6. <P>
  7. Internet mail service is implemented by a combination of programs and
  8. protocols that perform three basic functions: user mail agents that
  9. provide the user interface for composing and reading electronic mail, 
  10. remote mail service, and message transfer and routing. The <I>WebForce 
  11. Internet Gateway</I> mail service comprises two utilities: <EM>sendmail</EM>, 
  12. which implements mail tranfer and routing, and POP3 (Post Office Protocol,
  13. version 3), a mail server for PC and Macintosh users.
  14. <P>
  15. The <EM>sendmail</EM> program receives mail messages from the user agents 
  16. in the local network and from remote mail servers. When a mail message arrives,
  17. sendmail requests a mail exchanger record (MX record) from DNS to determine 
  18. where to forward the mail. If sendmail is unable to identify the destination
  19. host returned in the record, it passes the message to a <EM>relay</EM> host 
  20. for local domain addresses, or to a <EM>forwarder</EM> host for external 
  21. addresses.
  22. <P>
  23. Mail that <EM>sendmail</EM> receives is read on the local host with a UNIX 
  24. user agent, or it is read remotely from a PC or Macintosh host with a user 
  25. agent that relies on POP3 service.
  26. <P>
  27. Use these forms to configure <I>WebForce Internet Gateway</I> mail services:
  28. <UL>
  29. <LI><A HREF="index.mail1.shtml" TARGET="left">POP3 Accounts</A>
  30. <LI><A HREF="index.mail2.shtml" TARGET="left">POP3 Mail</A>
  31. <LI><A HREF="index.mail3.shtml" TARGET="left">Sendmail Configuration</A>
  32. </UL>
  33. <P>
  34. See Chapter 8 of IRIX Admin: Networking and Mail for more information on
  35. sendmail. Also see the sendmail(1M), configmail(1M), and popper(8) references
  36. pages.
  37. EndOfFile
  38.